[docs] Move documentation to inline comments: GtkVolumeButton
authorSteven Harms <sharms@ubuntu.com>
Thu, 4 Mar 2010 18:05:45 +0000 (13:05 -0500)
committerJavier Jardón <jjardon@gnome.org>
Sun, 18 Apr 2010 01:48:26 +0000 (03:48 +0200)
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=611827

Signed-off-by: Javier Jardón <jjardon@gnome.org>
docs/reference/gtk/tmpl/gtkvolumebutton.sgml [deleted file]
gtk/gtkvolumebutton.c

diff --git a/docs/reference/gtk/tmpl/gtkvolumebutton.sgml b/docs/reference/gtk/tmpl/gtkvolumebutton.sgml
deleted file mode 100644 (file)
index 91c8c0c..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-GtkVolumeButton
-
-<!-- ##### SECTION Short_Description ##### -->
-A button which pops up a volume control
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-#GtkVolumeButton is a subclass of #GtkScaleButton that has
-been tailored for use as a volume control widget with suitable 
-icons, tooltips and accessible labels.
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### STRUCT GtkVolumeButton ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### FUNCTION gtk_volume_button_new ##### -->
-<para>
-
-</para>
-
-@Returns: 
-
-
index 0ea6a99819b468cfd9026ecda983f9553fab2469..4ae0c377babf9e913f5748d9e7e5e9f2f24c28e0 100644 (file)
 
 #include "gtkalias.h"
 
+/**
+ * SECTION:gtkvolumebutton
+ * @Short_description: A button which pops up a volume control
+ * @Title: GtkVolumeButton
+ *
+ * #GtkVolumeButton is a subclass of #GtkScaleButton that has
+ * been tailored for use as a volume control widget with suitable
+ * icons, tooltips and accessible labels.
+ */
+
 #define EPSILON (1e-10)